Skip to content

Synchronize with BCD v6.0.19 #39737

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 31, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion files/en-us/web/api/element/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -462,7 +462,7 @@ Listen to these events using `addEventListener()` or by assigning an event liste
- : Fired when a pointer is moved out of the _hit test_ boundaries of an element (among other reasons).
- {{domxref("Element/pointerover_event", "pointerover")}}
- : Fired when a pointer is moved into an element's hit test boundaries.
- {{domxref("Element/pointerrawupdate_event", "pointerrawupdate")}} {{Experimental_Inline}}
- {{domxref("Element/pointerrawupdate_event", "pointerrawupdate")}}
- : Fired when a pointer changes any properties that don't fire {{domxref("Element/pointerdown_event", "pointerdown")}} or {{domxref("Element/pointerup_event", "pointerup")}} events.
- {{domxref("Element/pointerup_event", "pointerup")}}
- : Fired when a pointer is no longer active.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,10 @@ title: "Element: pointerrawupdate event"
short-title: pointerrawupdate
slug: Web/API/Element/pointerrawupdate_event
page-type: web-api-event
status:
- experimental
browser-compat: api.Element.pointerrawupdate_event
---

{{APIRef}}{{SeeCompatTable}}{{secureContext_header}}
{{APIRef}}{{secureContext_header}}

The **`pointerrawupdate`** event is fired when a pointer changes any properties that don't fire {{domxref('Element/pointerdown_event', 'pointerdown')}} or {{domxref('Element/pointerup_event', 'pointerup')}} events.
See {{domxref('Element/pointermove_event', 'pointermove')}} for a list of these properties.
Expand Down
4 changes: 3 additions & 1 deletion files/en-us/web/css/reading-flow/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,12 @@
title: reading-flow
slug: Web/CSS/reading-flow
page-type: css-property
status:
- experimental
browser-compat: css.properties.reading-flow
---

{{CSSRef}}
{{CSSRef}}{{SeeCompatTable}}

The **`reading-flow`** [CSS](/en-US/docs/Web/CSS) property enables modifying the {{glossary("reading order")}} of child elements of a [block](/en-US/docs/Glossary/Block/CSS), [flex](/en-US/docs/Web/CSS/CSS_flexible_box_layout), or [grid](/en-US/docs/Web/CSS/CSS_grid_layout) layout. This affects the order in which they are rendered to speech and navigated to when using sequential navigation such as tabbing to links or buttons.

Expand Down
4 changes: 3 additions & 1 deletion files/en-us/web/css/reading-order/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,12 @@
title: reading-order
slug: Web/CSS/reading-order
page-type: css-property
status:
- experimental
browser-compat: css.properties.reading-order
---

{{CSSRef}}
{{CSSRef}}{{SeeCompatTable}}

The **`reading-order`** [CSS](/en-US/docs/Web/CSS) property enables changing the order in which a child of a [reading flow container](/en-US/docs/Glossary/Reading_order#reading_flow_container) is read relative to its element siblings.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -61,11 +61,11 @@ Clear-Site-Data: "*"

- : The server signals that the client should reload all browsing contexts for the origin of the response ({{domxref("Location.reload")}}).

- `"prefetchCache"`
- `"prefetchCache"` {{experimental_inline}}

- : Used to clear {{domxref("Speculation Rules API", "speculation rules", "", "nocode")}} prefetches that are scoped to the referrer origin.

- `"prerenderCache"`
- `"prerenderCache"` {{experimental_inline}}

- : Used to clear {{domxref("Speculation Rules API", "speculation rules","", "nocode")}} prerenders that are scoped to the referrer origin.

Expand Down